R Markdown

This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com.

When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this:

Nothing super clear here. For another view, here’s mean/sd.

##     correct id     mean        sd
##  1:       0  1 3.488206 1.2033557
##  2:       1  1 4.341070 1.3414862
##  3:       0  2 2.705851 0.8562252
##  4:       1  2 3.318556 0.8070109
##  5:       0  3 2.309430 0.9343396
##  6:       1  3 3.159028 1.2914723
##  7:       0  4 6.425881 3.2794592
##  8:       1  4 5.674990 2.8193456
##  9:       1  5 2.672091 0.5580086
## 10:       0  5 2.983645 0.7743404
## 11:       1  6 3.577020 1.0990006
## 12:       0  6 2.678984 1.0993206
## 13:       0  7 5.532303 2.8881860
## 14:       1  7 8.600860 2.7292610
## 15:       0  8 3.138085 1.1672841
## 16:       1  8 3.288395 1.0279501
## 17:       0  9 3.934680 2.9200017
## 18:       1  9 5.198242 2.1361181
## 19:       0 10 2.887950 0.9873173
## 20:       1 10 3.813284 1.0666580
## 21:       0 11 4.038303 1.6978007
## 22:       1 11 5.432203 1.4495956
## 23:       0 12 2.404508 0.9382882
## 24:       1 12 2.743116 0.9550011
## 25:       0 13 3.177932 1.2551788
## 26:       1 13 4.006179 1.4976121
## 27:       0 14 5.107627 2.2909441
## 28:       1 14 6.211899 1.9105618
## 29:       0 15 3.242291 1.5974566
## 30:       1 15 4.564571 3.0716702
##     correct id     mean        sd

Maybe people tend to push a little harder when correct? It’s small & hard to tell…

Maybe a difference in thumb? But now change the y-axis to count.

Thumb effect is attenuated (probably not enough observations). See per-individual densities (back to relative scaling, but with points below to show # observations):

Jury is out on RT differences between fingers.

Break it down one more time: Now heterologous/homologous/same hand:

I don’t have people’s handedness, but we can look for biases toward one hand or another per individual:

This one takes a bit to grok, but I think the best way is to compare within column, row 1 vs row 2 & row 3 vs row 4. This is comparing switching R->L vs L->R. Nothing obvious jumps out here.

Now switching within the same hand (also remember, less data in this case):